void setup(){
	Serial.begin(9600);
  
	Serial2.begin(9600); //pro Arduina s vice seriovymi linkami
}